Vcenter Namespaces Instances NetworkConfigUpdateSpec
The Vcenter Namespaces Instances NetworkConfigUpdateSpec schema contains specifications required when updating the network configuration of a vSphere Namespaces object.
This schema was added in vSphere API 9.0.0.0.
{
"network_provider": "string",
"vpc_config": {
"default_subnet_size": 0,
"private_cidrs": [
{
"address": "string",
"prefix": 0
}
]
}
}
The network provider that manages the vSphere Namespaces network configuration.
For more information see: Vcenter Namespaces Instances NetworkProvider.
This property was added in vSphere API 9.0.0.0.
The network configuration for NSX VPC Namespaces, supported by Vcenter Namespaces Instances NetworkProvider.NSX_VPC network provider.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of network_provider is Vcenter Namespaces Instances NetworkProvider.NSX_VPC.